home *** CD-ROM | disk | FTP | other *** search
File List | 1995-07-29 | 2.1 KB | 98 lines |
- //////////////////////////////////////////////////////////////////////////////
- //"TEXTCOLR.LST": list of words and characters to highlight in text window
- //////////////////////////////////////////////////////////////////////////////
- //
- //[Black=0, Blue=1, Green=2, Cyan=3, Red=4, Magenta=5, Gold=6, White=7]
- //[Add 8 to those numbers to make them brighter, or/and 128 to blink ]
- //[Note: "BackgroundColor"s can not be brighter, do not add 8 to them.]
- //[(BackgroundColor * 16) + ForeColor ( + 128 to blink) = color # ]
- //[Example: Red on Blue = (1*16) + (4) = 20 ]
- //[ Blinking Bright Red on Blue = (1*16) + (4+8+128) = 156 ]
- //
- //Everything following the "//" characters is ignored by ULTRADECK. This
- //list may be added to as needed for new colors and general configuration
- //of your color scheme. Blank lines are also ignored. ULTRADECK looks at
- //this data. If it finds any of these strings, it writes them with the
- //specified color. To change the card data you need to use "card-udx.exe"
- //available in the Registered Version.
- //Note: To set the default Text color edit "ultdeck.cfg".
- //
- //Note: You can only have up to 100 entries up to 20 characters long each
- // for non-single char entries. These are not case sensitive.
- //Format : string/character@color #
- //Example : flying@14
- //////////////////////////////////////////////////////////////////////////////
-
- flying@14
- bands@3
- banding@3
- rampage@4
- protection from@15
- trample@2
- regenerates@2
- regenerated@2
- regenerate@2
- discarded@8
- discards@8
- discard@8
- first strike@11
- mountains@4
- mountain@4
- forests@2
- forest@2
- islands@1
- island@1
- swamps@8
- swamp@8
- plains@7
- desert@6
- walk @14
- mana @5
-
- //red@12 //too many things have the word "red" in them... gets annoying
- //black@8
- //blue@9
- //green@2
- //white@15
-
- buried@15
- destroyed@8
- destroy@8
- destroys@8
- bury@15
- buries@15
- //remove@11
-
- +@12
- -@12
- ─@1
- /@4
- :@1
- ,@1
- .@1
- *@14
- X@14
- }@11
- {@11
- [@4
- ]@4
- (@15
- )@15
- <@0
- >@0
- "@15
- `@0
-
- 0@14
- 1@14
- 2@14
- 3@14
- 4@14
- 5@14
- 6@14
- 7@14
- 8@14
- 9@14
-
-
-